Conversation
-race -failfast flags to the CI integration tests (#4057)"-race -failfast flags to the CI integration tests (#4057)"
There was a problem hiding this comment.
As I understand it, this is a good indication of concurrency issues and we should consider synchronization techniques. Looking at the logs, it seems that there are multiple instances of concurrent access by goroutines, leading to a race condition.
I can open an issue.
|
Thank you! Yes we should fix the issues before putting this back. |
I agree, but we found some issues into the codebase more harder to expect to fix, let's solve first and enable the flag again |
…sts (#4057)" (#4060) This reverts commit ae8fc1f. Co-authored-by: Danilo Pantani <[email protected]>
This reverts commit ae8fc1f.
ref: #4001 (comment) and https://github.com/ignite/cli/actions/runs/8469751567/job/23205805178
This is blocking all PRs to be merged